objectPath

Class: com.microstrategy.web.app.taglibs.ObjectPathTag

Description:

ObjectPathTag.

Usage:

This custom tag helps on the generation of HTML code for representing object paths for the {@link ObjectBean} instance defined on the page. For example:
 <web:objectPath folderStyle="FolderStylePath" reportStyle="ReportStylePath" documentStyle="DocumentStylePath"/>
 
This tag will render the {@link ObjectBean} defined on the page with the specified transform according to the bean's type.

Name Required? Description
documentStyle true Indicates the style to use if the object to transform is a DocumentBean.
Usage:
The style defined here has to be a valid one included on the Style Catalog configuration file.
folderStyle true Indicates the style to use if the object to transform is a FolderBean
Usage:
The style defined here has to be a valid one included on the Style Catalog configuration file.
reportStyle true Indicates the style to use if the object to transform is a ReportBean
Usage:
The style defined here has to be a valid one included on the Style Catalog configuration file.